home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / site.sample < prev    next >
Text File  |  1995-07-12  |  4KB  |  128 lines

  1. XCOMM site:  $XConsortium: site.sample,v 1.11.1.1 94/12/07 10:24:08 kaleb Exp $
  2.  
  3. /*****************************************************************************
  4.  *                                                                           *
  5.  *               SITE-SPECIFIC DEFINITIONS                         *
  6.  *                                                                           *
  7.  * This file contains two halves, one included before the vendor-specific    *
  8.  * configuration file (.cf file), and one included after the .cf file.       *
  9.  * The before-half should be protected by #ifdef BeforeVendorCF, and the     *
  10.  * after-half should be protected by #ifdef AfterVendorCF.                   *
  11.  *                                                                           *
  12.  * The before-half should only set things that the .cf file depends on.      *
  13.  * For the .cf files shipped in this release, the main variables in this     *
  14.  * category are HasGcc, HasGcc2, and HasCplusplus                  *
  15.  *                                                                           *
  16.  * The after-half should contain all other definitions.  For example,        *
  17.  * place your ProjectRoot definition here.                                   *
  18.  *                                                                           *
  19.  * OS Major and Minor version numbers should be changed directly in the .cf  *
  20.  * file, not overridden in site.def.                                         *
  21.  *                                                                           *
  22.  *****************************************************************************/
  23.  
  24. /* if you want host-specific customization, this is one way to do it */
  25. /*
  26. #ifndef SiteIConfigFiles
  27. #define SiteIConfigFiles $(IRULESRC)/host.def
  28. #define LocalConfigFiles host.def
  29. #endif
  30.  
  31. */
  32.  
  33.  
  34. #ifdef BeforeVendorCF
  35.  
  36. /*
  37. #include <host.def>
  38. */
  39.  
  40. /*
  41. #ifndef HasGcc2
  42. #define HasGcc2 YES
  43. #endif
  44. */
  45.  
  46. /*
  47. #ifndef HasCplusplus
  48. #define HasCplusplus YES
  49. #endif 
  50. */
  51.  
  52. #endif /* BeforeVendorCF */
  53.  
  54. #ifdef AfterVendorCF
  55.  
  56. #define ProjectRoot /usr/X11R6
  57.  
  58. /* #define HasXdmAuth YES */
  59.  
  60. /* #define BuildXKB YES */
  61.  
  62. /* #define PreIncDir /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3/2.5.8/include */
  63.  
  64. /*
  65. #if defined(SunArchitecture) && defined(SparcArchitecture)
  66. #define HasCodeCenter    YES
  67. #ifndef SVR4Architecture
  68. #define HasTestCenter    YES
  69. #endif
  70. #endif
  71. */
  72.  
  73. /*
  74. #ifdef __hp9000s800
  75. #define HasCodeCenter    YES
  76. #endif
  77. */
  78.  
  79. /*
  80. #if defined(SunArchitecture) && defined(SparcArchitecture) && !defined(SVR4Architecture)
  81. #define HasPurify    YES
  82. #endif
  83. */
  84.  
  85. /*
  86. #define HasSentinel    YES
  87. */
  88.  
  89. /*
  90. #if XsvgaServer
  91. #define SvgaConfig vga.pmi:1024x768
  92. #endif
  93. */
  94.  
  95. /* You do NOT need SetUID if you only run the server under xdm */
  96. /* You MAY need SetUID if users run the server by hand or under xinit */
  97. /* Consult your system administrator before making the X server setuid */
  98. /*
  99. #if defined(SunArchitecture) && OSMajorVersion > 4
  100. #define InstallXserverSetUID YES
  101. #endif
  102. */
  103.  
  104. /* You do NOT need SetUID if you only run the server under xdm */
  105. /* You MAY need SetUID if users run the server by hand or under xinit */
  106. /* Consult your system administrator before making the X server setuid */
  107. /*
  108. #if XsvgaServer
  109. #define SvgaConfig vga.pmi:1024x768
  110. #define InstallXserverSetUID YES
  111. #endif
  112. */
  113.  
  114. /* You do NOT need SetUID if you only run the server under xdm */
  115. /* You MAY need SetUID if users run the server by hand or under xinit */
  116. /* Consult your system administrator before making the X server setuid */
  117. /*
  118. #ifdef XFree86Version
  119. #define InstallXserverSetUID YES
  120. #endif
  121. */
  122.  
  123. /*
  124. #include <host.def>
  125. */
  126.  
  127. #endif /* AfterVendorCF */
  128.